Trabajo finalizado
Plazo de ejecución 6 días
I want an indicator that identifies those types of zones
1.
Low(1)<Low(2)
Close(3)<Low(1)
Low(1)-Close(3)=h
Draw a zone between Low(1) and Low(2) Low(2)-Low(1)=r
2.

High(1)>High(2)
Close(3)>High(1)
Close(3)-High(1)=h
Draws a zone between High(1) and High(2) High(1)-High(2)=r
I want a variable for the r ("width of the zone")
so when i set it 3 pips for example to draw zones only when they are equal or bigger than three pips...
and a variable named "multiplier" to draw zones only when h>=multiplier *r
for example when multiplier price is 1.4 and the r=1 it will draw the zone only if the h=14 pips
or when multiplier price of the variable is 2.3 and the r=20 it will draw zones only if h=46
Also when "multiplier"=0 then it will draw a zone if Close(3)<Low(1) for first situtation and if Close(3)>High(1) for the second
When i delete manually a zone i want not to appear again even if i reload the chart
Solicitudes similares
I run an institutional-grade, high-frequency XAUUSD (Gold) algorithmic trading system deployed on a Vantage Live Account. The entire trade copier infrastructure is fully tested, automated, and ready for immediate deployment. We are currently looking for a high-caliber performance marketing partner (Media Buyer, Introducing Broker, or Financial Affiliate) to achieve a highly specific target: Acquire our next 10
I am looking for an experienced MQL5 or MQL4 developer with a strong background in low-latency algorithmic trading, market data integration, arbitrage and execution optimization. The project involves developing a high-performance HFT Expert Advisor (EA) for XAUUSD or US30 on IC Markets that is designed for robust execution in both demo and live environments. The EA may use market data feeds (such as lmax,one zero or
I need to replicate the trade i take on prorealtime to mt5 The bridge must be designed to transfer my positions from ProRealtime to MetaTrader 5 on VPS PC. Opening the transaction in the ProRealtime , i must see automatically the same deal in myMetaTrader. Changing my stop orders in the ProRealtime should also change my orders in MetaTrader