- Search Metals Mine
-
lghr replied Jun 22, 2019I'm not come here long time. just now see your post, surely code it.
Free EA coding for Binary Options
-
lghr replied May 15, 2019replace void OnDeinit(const int reason) { //--- for(int i=ObjectsTotal()-1;i>=0;i--) { string ObName= ObjectName(i); if(StringFind(ObName,"OpenTimehigh",0) ) ObjectDelete(ObName); if(StringFind(ObName,"OpenTimelow",0) ) ObjectDelete(ObName); } //--- ...
I will code your EAs and Indicators for no charge
-
lghr replied Apr 22, 2019to code EA is not difficult, most of menbers in FF can code it. we just now view your process. if it is profitable, i can code too.
Negative And positive correlation divergence
-
lghr replied Mar 19, 2019BCZ shift=0,but, in current bar, the ma is constantly changing.
I will code your EAs and Indicators for no charge
-
lghr replied Mar 15, 2019Thank you cfudge. I think, actually, when close>open, and close=high, sell; close<open, and close=low, buy. correct?
Hanging out the daily on the close line
-
lghr replied Mar 12, 2019This indicator has nothing special. Why do you have to impose these restrictions?.
Help! how do I lock my indicator to an mt4 account
-
lghr replied Mar 5, 2019In the FF you will find much many correlation topic with "correlation" searching.
Sail the Grid - System without the need to analyze the chart
-
lghr replied Mar 5, 2019OK,example, EURUSD and USDCHF is high negative correlation pairs base on EURCHF. if EURUSD go up, then USDCHF consequentially go down simultaneously.
Sail the Grid - System without the need to analyze the chart
-
lghr replied Mar 5, 2019This method working, but you need to trade negative correlation pairs simultaneously. it can reduce DD.
Sail the Grid - System without the need to analyze the chart
-
lghr replied Mar 2, 2019OK, I've deleted it. and got your method, thanks.
Sail the Grid - System without the need to analyze the chart
-
lghr replied Mar 2, 2019One problem can't be solved. frequently open and close in rang market.
Sail the Grid - System without the need to analyze the chart
-
lghr replied Mar 2, 2019Yes, i understand. we can close all positions at net = 10 or 20 or 40 or 60. etc.
Sail the Grid - System without the need to analyze the chart
-
lghr replied Mar 2, 2019Assume, price run from 1 to top, and then return to 1 (this is only true of rang market). buys: 20 + 20 +20 - 60 sells: 20 + 20 + 20 net = 60. correct ?
Sail the Grid - System without the need to analyze the chart
-
lghr replied Feb 28, 2019You are right, but i don't like to trade the middle of trend.
Mastering the Fakeout / Stop Hunt Candle
-
lghr replied Feb 28, 2019Thanks FXCyborg sharing. I think it's better on high TF.
Mastering the Fakeout / Stop Hunt Candle
-
lghr replied Feb 19, 2019Maybe do so, This is a example: double GRarray[11]; ArrayInitialize(GRarray,0.0); double j=0; for(int i=0; i<=10; i++) { j=double(i); GRarray[i] = (MathSqrt(y)+(0.5)+(0.25*j))*((MathSqrt(y)+(0.5)+(0.25*j))); }
I will code your EAs and Indicators for no charge
-
lghr replied Feb 19, 2019This problem only happens in MT4 V1170, but not in V1090. You can code so to avoid warnning: bool NewBar() { bool xy=false; if (dt!=Time[0]) { dt=Time[0]; xy=True; } return(xy); }
I will code your EAs and Indicators for no charge