Forum

How can get maximum pip difference in 2 negative correlation pairs

I use overlay chart line indicator to see divergence and convergence of two negative correlation pairs. Is there any indicators to show maximum pip difference between these two pairs

Is there any calculation formula for Correlation Pairs?

Hello everyone .Good day. EURUSD AND USDCHF correlation is around -70 and -80 . How can calculate this correlated value in mql4? Thanks

How can calculate profitable triangular arbitrage lot size in forex?

Hello all traders? I hope to have here some arbitrage traders. I interest in this system and I try to trade but still problem in calculate lot size. Most articles say about triangular gedge lot size. Is it same triangular arbitrage and triangular hedge ? I think not same .Right? Arbitrage based on

How can get double value of previous day high and 4hr high to draw trendline in 1hour chart?

Hello every coders Good day to you all. I need some idea help. As we know trendline object create use only int value and bar count. I get problem when I try to draw a trendline from previous day high double value to 4hour high double value in 1hour timeframe. Please see picture. I want to draw like

Why Expert advisor cannot load some custom indicator parameters

I really confuse in some conditions,EA cannot load indicator parameters. In usual,iCustom function can put indicator parameters and can edit in external variables. but some indicators parameters ,cannot load by EA. It make hang tester. Do you know why? Please suggest some solutions

Need Help in divergenct price object creation

Hello All coders.Nice to meet you. I have some difficulty in create Divergence object in chart. My idea is to create divergence line by two conditions 1 -if Highest Bar in last 100 Bars < High Bar in last 5 bars ,Draw trendline in chart by two anchor points (last highest bar and last 5 high bar) 2

Does my EA need to get 99% modelling quality?

My EA open orders when indicator show signals and if direction wrong ,reopen next grid orders/ When all orders go to profit direction , trail for profit. Does it still need tick history to test quality

Need help with XO clean_mtf + alerts + lines 2 indicator for call buffer problem in EA

Do you know this indicator. XO clean_mtf + alerts + lines 2 //------------------------------------------------------------------ //------------------------------------------------------------------ #property copyright "" #property link "" #property indicator_separate_window #property

Why bdfxtrender indicator buffer cannot call?

I tried to call buffer value from this indicator here indicator codes // ------------------------------------------------------------------------------------------ // // B D F X T R E N D E R I N D I C A T O R // // by

How can identify end of trending condition

I want to know any custom indicator that can show end of trend. Near end trend mean it will loose volume and momentum. Or small Lower low /higher high and no more high or low. Can someone suggest me