
Topics
Replies
PanagiotisChar
09 Jun 2023, 08:30
Hi there,
Can you be more specific about your issue?
Need help? Join us on Telegram
Need premium support? Trade with us
@PanagiotisChar
PanagiotisChar
09 Jun 2023, 08:29
Hi there,
Try Skilling
Need help? Join us on Telegram
Need premium support? Trade with us
@PanagiotisChar
PanagiotisChar
09 Jun 2023, 08:27
Hi there,
Try using 4.7.11. A lot of bugs have been fixed there.
Need help? Join us on Telegram
Need premium support? Trade with us
@PanagiotisChar
PanagiotisChar
08 Jun 2023, 08:25
Hi there,
I just checked and your strategy is listed.
Need help? Join us on Telegram
Need premium support? Trade with us
@PanagiotisChar
PanagiotisChar
08 Jun 2023, 08:22
Hi there,
Try the following
double currentCandleRange = Math.Abs(Bars.ClosePrices.Last(1) - Bars.OpenPrices.Last(1));
Need help? Join us on Telegram
Need premium support? Trade with us
@PanagiotisChar
PanagiotisChar
08 Jun 2023, 08:19
Hi there,
If you need professional support, feel free to contact me at development@clickalgo.com
Need help? Join us on Telegram
Need premium support? Trade with us
@PanagiotisChar
PanagiotisChar
08 Jun 2023, 08:18
Hi there,
You need to find a broker that offers cTrader. I suggest Skilling.
Need help? Join us on Telegram
Need premium support? Trade with us
@PanagiotisChar
PanagiotisChar
07 Jun 2023, 13:57
Hi again,
And the other bit? Is there any way of getting the units for the Lot Size? ("Indices" for UK100 or "EUR" for EURJPY
Just divide the lotSize by 100.
Need help? Join us on Telegram
Need premium support? Trade with us
@PanagiotisChar
PanagiotisChar
07 Jun 2023, 11:29
Hi there,
It's a technical decision taken by the team so that they do not have to deal with numbers with decimals and its the same for all symbols.
Need help? Join us on Telegram
Need premium support? Trade with us
@PanagiotisChar
PanagiotisChar
07 Jun 2023, 08:29
Hi there,
What is this line supposed to do? This is definitely not the candle range, it's meaningless to me.
double currentCandleRange = Symbol.Bid - Symbol.Ask;
Need help? Join us on Telegram
Need premium support? Trade with us
@PanagiotisChar
PanagiotisChar
07 Jun 2023, 08:25
Hi there,
To make it simple, just divide everything by 100.
Need help? Join us on Telegram
Need premium support? Trade with us
@PanagiotisChar
PanagiotisChar
06 Jun 2023, 15:13
Hi there,
The problem is here
ExecuteMarketOrder(TradeType.Buy, Symbol.Name, Symbol.NormalizeVolumeInUnits(LotSize, RoundingMode.ToNearest), "Compra", null, null, null, GetTrailingStop());
You pass Lots as volume, while you should pass units instead. Convert it using QuantityToVolumeInUnits
Need help? Join us on Telegram
Need premium support? Trade with us
@PanagiotisChar
PanagiotisChar
06 Jun 2023, 10:11
Hi there,
Your problem is in the ExecuteMarketOrder method. You should be passing pips instead of absolute prices.
Need help? Join us on Telegram
Need premium support? Trade with us
@PanagiotisChar
PanagiotisChar
06 Jun 2023, 08:25
Hi there,
Symbols are offered by brokers. You should contact your broker regarding this request.
Need help? Join us on Telegram
Need premium support? Trade with us
@PanagiotisChar
PanagiotisChar
06 Jun 2023, 08:24
Hi lookitsben,
m1 data should only be used for strategies that are executed on each bar. For strategies that do stuff in OnTick or use pending orders, stop losses and take profits, m1 bars will be from slightly to completely inaccurate.
Need help? Join us on Telegram
Need premium support? Trade with us
@PanagiotisChar
PanagiotisChar
06 Jun 2023, 08:21
Dear huguh,
Indeed, fixed scale is not available at the moment. Regarding your ChatGPT, read my post here. If you don't know how to program, it is better that you hire a professional.
Need help? Join us on Telegram
Need premium support? Trade with us
@PanagiotisChar
PanagiotisChar
06 Jun 2023, 08:18
Hi Stevve,
The link you posted describes exactly what you need to do. I am not sure what information you are missing.
Need help? Join us on Telegram
Need premium support? Trade with us
@PanagiotisChar
PanagiotisChar
05 Jun 2023, 09:16
Hi Stevve,
Which trade copier and what exactly does it ask from you?
Need help? Join us on Telegram
Need premium support? Trade with us
@PanagiotisChar
PanagiotisChar
05 Jun 2023, 08:27
Hi Stevve,
Can you please explain which authorization code are you referring to?
Need help? Join us on Telegram
Need premium support? Trade with us
@PanagiotisChar
PanagiotisChar
09 Jun 2023, 08:31 ( Updated at: 21 Dec 2023, 09:23 )
Hi there,
Make sure you are using the SDK compiler
Aieden Technologies
Need help? Join us on Telegram
Need premium support? Trade with us
@PanagiotisChar