Topics
Replies
cgatting
25 May 2020, 17:42
RE: RE:
cgatting said:
PanagiotisCharalampous said:
Hi cgatting,
You will need to provide more information of you want somebody to help you like
- What is the cBot suppose to do?
- What is it doing instead?
- What would you expect the fix to change?
Best Regards,
Panagiotis
My Cbot is meant to bit a renko scalping EA. Basiclaly if two candles are the same colour then buy or sell when appropiate, either bullish or bearish. Then repeat this for each candle on the trend, buying x amount of lots for each candle on the trend, when to candles of the oppisite colour come onto the chart cashout. SL is meant to be set box size * 2 pips above and SL for each open trade moves to the closing price of the previous candle.
Instead after two candles of the same colour my EA Stops running and "pauses" / stops running.
I believe looking over it that the error might be with the list and calling the list back to check bool values of if (renko[0] == renko[1])
@cgatting
cgatting
25 May 2020, 17:40
RE:
PanagiotisCharalampous said:
Hi cgatting,
You will need to provide more information of you want somebody to help you like
- What is the cBot suppose to do?
- What is it doing instead?
- What would you expect the fix to change?
Best Regards,
Panagiotis
My Cbot is meant to bit a renko scalping EA. Basiclaly if two candles are the same colour then buy or sell when appropiate, either bullish or bearish. Then repeat this for each candle on the trend, buying x amount of lots for each candle on the trend, when to candles of the oppisite colour come onto the chart cashout. SL is meant to be set box size * 2 pips above and SL for each open trade moves to the closing price of the previous candle.
Instead after two candles of the same colour my EA Stops running and "pauses" / stops running.
@cgatting
cgatting
27 May 2020, 11:31
You need to do IFractals.UpFractal.LastValue(0) or (1) and IFractals.DownFractal.LastValue(0) or (1)
@cgatting