Checking and acting on pricelevels from offline charts
-
The idea is to have certain custom pricelevel hit, and when it hits it will simply place either a buy or sell pending order on a specific chosen market. The blocks I have used in order to reach this are the following: https://fxdreema.com/shared/vpxtRnVnc The problem i face however is while the code works properly when the EA is applied on existing pairs, it does not on synthetic self created offline charts. These offline chart are updating tick by tick and have their own synthetic pricelevels. How do i make it so that these levels are recognized by the EA, so that once their custom price is hit, it will still open a pending order in given market? Thank you
-
I now know why it does not work on offline charts, the description of price x> indicator states it uses the BID price. Offline charts dont use bid and ask... Isnt there any alternative i could use to reach the same goal?