@Nashwan Yes by going into more settings on the condition block you reminded me of that, I think you solved one of my problems, thank you so much!
Davidbike1
@Davidbike1
I do landscaping food delivery for Ubereats and Doordash and daytrade. I like most all outdoor activities.
Latest posts made by Davidbike1
-
RE: Multiple TimeFrame EAposted in Questions & Answers
-
RE: Read 45° angle on moving averageposted in Tutorials by Users
Thank you so much jstap, with the link you shared, you helped me figure out how to use the slope of the macd levels (histogram bars). You helped me figure out something I have been wanting to do for a while for a bot to recognize or place trade when the macd levels are increasingly positive or increasingly negative or decreasingly positive or decreasingly negative.

The blue arrow buys represent when the macd levels are increasing in the positive direction or increasingly toward the positive direction if the direction even though the macd direction is negative measuring the difference of macd levels from the 2 previous candles, previous candle and the current candle and the buy is placed right after the close of the current candle. Vice versa for red arrow sells placed when macd levels are increasingly in downward direction or decreasing in positive direction.
https://fxdreema.com/shared/s069sHGkd -
RE: How to code condition block for change % of an indicatorposted in Questions & Answers
I am sorry, I think I miscommunicated. I am not looking to find a certain percent. I am looking for the bot to place a buy trade if condition the Macd value is greater than -15 and if yes to place a buy trade if the Macd value increased by 20% or more from the previous candle bar. When I plugged in 120% after backtesting the bot placed a trade at 17:40 when the Macd value was decreasing. When I plugged in 20% after backtesting the bot did not place a trade at 16:40 or 16:45 when the Macd value was greater than -15 value and it increased more than 20%.

-
RE: How to code condition block for change % of an indicatorposted in Questions & Answers
Yes preferably I was looking for a relative notable percentage change in a Macd value from a previous point in time to a present or closer to present point in time as a condition to pass or not. I could do fixed numbers it may just take me more time to code.
-
How to code condition block for change % of an indicatorposted in Questions & Answers
I am having trouble with figuring how to use the adjust section of the condition block correctly. Let's say I am using the 5 minute time frame and I want to place a buy now if the MACD indicator value 5 minutes ago was at -10 and then it increased in value to -8 or higher over the next 5 minutes.
-
RE: How to close trade(s) because the indicator changed valueposted in Questions & Answers
Oh ok, thank you so much PhiLykia I see the If Trade box.
-
How to close trade(s) because the indicator changed valueposted in Questions & Answers
I can't figure out how to close the trades that the bot created after an indicator changed it's value.

At 3:09 or 3:10 I can't figure out why the close trades function did not work after the sell orders at 3:03, 3:04, 3:05, 3:06, 3:07, 3:08 and 3:09 went through.