Only with a indicator that works in the rsi levels
Posts made by jstap
-
RE: MA above RSI indicator levelsposted in Questions & Answers
-
RE: how to trade off indicator that is a line that turns one color buy and other color sellposted in Tutorials by Users
Ask question in questions not tutorials
-
RE: My indicator not show in chartposted in Questions & Answers
I meant put the indicator in this topic, as you had it it should be ok but strip this back to 1 and try to get working.
-
RE: My indicator not show in chartposted in Questions & Answers
Is hard to say, add the indicator to look at, I will say though test a single buffer, when working move on to next, keep doing until all are working.
-
RE: I need a guide on thisposted in Questions & Answers
Whatever value is on left is checked against the value on right.
-
RE: My file doesn't open on the chartposted in Questions & Answers
@Jay-b If you want a refund you need to ask the admin, you can get details on main page, I would say though, you made the payment so the choice of not wanting to continue is solely yours.
-
RE: Customizable Defined range similar to opening range breakout/ORB (wick and body)posted in Questions & Answers
@twofivenine That shouldn't be that hard, use market properties to get ID, then find if candle is a bull or bear from ID, hen get the open or close from ID
-
RE: MT5 Indicator buffersposted in Questions & Answers
@juergen_wue Buffer with indicator appears, object on chart to check colour.
-
RE: MT5 Indicator buffersposted in Questions & Answers
Try using the buffer then checking
the colour. -
RE: Same Magic Numberposted in Questions & Answers
@tec-nacks Should be fine, group is added to magic, so if different bot uses same magic but different group it should work.
-
RE: Increase Lot Size and Close all?posted in Questions & Answers
@fxbam When your next entry is decided by your other blocks, take your last opened trade lot and adjust. You need to add other blocks that restrict the new trade if too far away.
-
RE: Increase Lot Size and Close all?posted in Questions & Answers
@fxbam I didn't say use fixed lot, I said get the lot of last opened trade, adjust, this way every new trade will be bigger than the last. On trade tab when trade is closed you can close rest.
-
RE: how to create a hedging order. simple hedgeposted in Questions & Answers
The no trade blocks should limit to 1, I would have the EA draw something like lines, then you can drag to where tou want the area to be.
-
RE: Increase Lot Size and Close all?posted in Questions & Answers
@fxbam No that is a light pink block you add under to do something, in each block you have the loop options to do something else.
-
RE: Increase Lot Size and Close all?posted in Questions & Answers
Pink for each trade 1 new to old with the buy/sell block under, pink loop in lot size adjusted by amount you want to increase.
-
RE: Please help me fix an error in my custom indicatorposted in Questions & Answers
Search and register with ChatGPT, tell it your errors and the AI will tell you how to fix, not simple and sometimes wrong but should help.
-
RE: How to "code" EA with ranging candle id?posted in Questions & Answers
@DeltaAurum Not too sure what you mean, generally in separate trees you need to save the candle when something happens.
-
RE: any one with example of limit 10 trade per day?posted in Questions & Answers
@Alan-paredes2 That's not bucket, the check positions only look's at what is currently running.
-
RE: any one with example of limit 10 trade per day?posted in Questions & Answers
@Alan-paredes2 Bucket of closed trade, if count < number place another trade.