i need help to program this strategy
-
pls i want to program a RSI strategy that will open a sell trade when RSI value is 68 on Crash indexes market starting with 0.2 lot size and double it if it hit stop loss up to 10times and do not reset until it hit take profit and also buy on Boom Index market when RSI value is 32 starting with 0.2. Note that each pair should work collectively in the sense that if a trade hit stop loss on Crash 1000 index market with 0.2 lot size and want to open another trade on Boom500 index market, it should check the history of the trades and open with 0.4 lot size. each pair should work collectively not individually
-
You can do it good luck, trial and error
-
@creatingrobot That is an ambitious project. Are you sure that strategy os worth that effort? Crash indexes has been tried on fxDreema in the past and results have not always been successful.
-
yes i have tested it manually and it worked out so pls assist me pls
-
@l-andorrà yes i have tested it manually and it worked out so pls assist me pls
-
Ok. Do you have any initial project created so far?
-
@l-andorrà yes pls i have. this is it https://fxdreema.com/shared/HpPMrAOfe
-
@l-andorrà pls assist me
-
Ok. I see you are using very specific values for SL, ST and the RSI crossing. Are those values supposed to be always fix or can they be different?
-
@l-andorrà they are fixed throughout. please assist me
-
Ok. Do you have the crash and boom indicator? It's not included in your project. Could you please now add it?
-
@l-andorrà i do not understand what you meant by me adding Boom and crash indicator. i just need the logic for the function i stated. i already understand the condition for sell and buy on Boom and crash
-
First question. Are those custom indicators correctly imported into fxDreema? I mean, are the buffers correctly identified? Second question. Do they repaint? Because if any of them does, the bot is doomed. Third question, are you sure they are positioned correctly within your structure? You say already understand the condition for the indicator. Well, if so, why weren't included in the first place?
See the problem? Theer are many aspects to be considered before building a structure. If you don't deal with them you will be wasting your time.
-
@creatingrobot said in i need help to program this strategy:
@l-andorrà yes pls i have. this is it https://fxdreema.com/shared/HpPMrAOfe
this is the basic condition to sell and buy. i just need to add the functionality of what i just told you sir
-
@creatingrobot I think i can help with this, i have done something like the this before
-
@Olahmide your contribution will be appreciated
-
@creatingrobot Does it mean you haven't considered any of the elements I pointed out? Then you should focus on repainting first. There is no point in creating a bot with a repainting indicator, trust me.
-
@creatingrobot Does it mean you didn't consider any of the aspects I pointed out? Then I strongly recommend you to focus on the repainting part first. If the indicator repaints, the bot will never be successful!