I agree, this can be done on FX between terminals on the same device, linking devices though, would need a programmer, you are far better using another external program is far better.
@moon it wont work with traditional methods , but there is a way around it , use different blocks to track each rsi indicator individually
and save their values in to the variables (save rsi value for Candle 1 and Candle 2) this way compare the values of the variables to see if one rsi has crossed the other or not ,
@l-andorrĂ The way I read it he needs and parent child working ea.. but by the way he is explaining it he should rather pay someone to do it... I cannot see in the near and long future, him creating such an ea by himself.. sorry
@moon What do you mean by "all people"? Your EA can only monitor 1 trading account - the one you attached it on a chart. Please try to give more detailed information.
@trader-philipps can you give me your idea project if i use pending buy or sell ?
Well, that is a bit more tricky as the creation of the order and the opening of the trade are not followed after each other. Hence you need to store the price you placed in your pending order somewhere. I you have just 1 trade at a time you might keep this price stored in a variable. If you dela with more than 1 pending order you need to have a link between the stored price (how and wherever) and the the order itself.
The only direct way I see wpuld be storing your order price in the comment. That's not very smart, but you have a direct relation to the order.
What the video says is relative easy to do. The question is that the gut is talking about a money management aspect of an unknown strategy. Don't you think you should have a solid strategy first before trying to implement its money management?
I'm afraid I'm not an expert at indicators. I don't see any visuak buffer either, but I'm pretty sure it must be there if you look at its code. Could miro or roar confirm it, please?