Edit Your Comment
whats wrong with this code?
तबसे मेंबर है Oct 23, 2012
341 पोस्टों
Jul 31, 2016 at 06:54
तबसे मेंबर है Oct 23, 2012
341 पोस्टों
if(max_spread_filter && (Ask-Bid)/myPoint>max_spread) enableopen=false;
gives a critical error when trying to backtest?
gives a critical error when trying to backtest?
if you follow the flock like sheep you always end up stepping in shit!

forex_trader_25447
तबसे मेंबर है Dec 21, 2010
127 पोस्टों
Aug 01, 2016 at 03:51
तबसे मेंबर है Dec 21, 2010
127 पोस्टों
Possible errors :
1. Type of "max_spread_filter" not "bool"
2. "myPoint" == 0.0
1. Type of "max_spread_filter" not "bool"
2. "myPoint" == 0.0
तबसे मेंबर है Nov 14, 2015
315 पोस्टों
Aug 01, 2016 at 11:27
तबसे मेंबर है Nov 14, 2015
315 पोस्टों
Divide by zero is the only critical error that can give. Basically myPoint is 0.
Aug 04, 2016 at 05:58
तबसे मेंबर है Jul 29, 2011
5 पोस्टों
very difficult to say without seeing how u declared the variables like max_spread_filter.. at first glance altho its not required always you should bracket the execution portion after your if statement runs. If youd like me to help I'd have to see more of the code. One more thing, it doesnt look like MyPoint has any value. Again, very difficult to say just from one snippet of code bc we need to see the declarations and how the code flows.
Losers Average Losers && Never throw good $ after bad trading.
तबसे मेंबर है Oct 23, 2012
341 पोस्टों
Aug 05, 2016 at 04:01
तबसे मेंबर है Oct 23, 2012
341 पोस्टों
extern bool max_spread_filter=true;
extern double max_spread=5.0;
double myPoint, mySpread, myStopLevel,myTickValue,myTickSize,myLotValue;
int myDigits;
init:
SetPoint();
start:
bool enableopen = true;
if(max_spread_filter && (Ask-Bid)/myPoint
extern double max_spread=5.0;
double myPoint, mySpread, myStopLevel,myTickValue,myTickSize,myLotValue;
int myDigits;
init:
SetPoint();
start:
bool enableopen = true;
if(max_spread_filter && (Ask-Bid)/myPoint
if you follow the flock like sheep you always end up stepping in shit!

forex_trader_25447
तबसे मेंबर है Dec 21, 2010
127 पोस्टों
Aug 05, 2016 at 04:45
तबसे मेंबर है Dec 21, 2010
127 पोस्टों
I see some syntax errors .
You probably know some other language , and try to write as You know.
You have to write like this :
double myPoint, mySpread, myStopLevel,myTickValue,myTickSize,myLotValue;
int myDigits;
init()
{
SetPoint();
}
start()
{
bool enableopen = true;
if(max_spread_filter && (Ask-Bid)/myPoint
You probably know some other language , and try to write as You know.
You have to write like this :
double myPoint, mySpread, myStopLevel,myTickValue,myTickSize,myLotValue;
int myDigits;
init()
{
SetPoint();
}
start()
{
bool enableopen = true;
if(max_spread_filter && (Ask-Bid)/myPoint

*व्यवसायिक इस्तेमाल और स्पैम को ब्रदाश नहीं किया जाएगा, और इसका परिणाम खाता को बन्द करना भी हो सकता है.
टिप: किसी चित्र या यूट्यूब या URL को पोस्ट करने से वे अपने आप आपके पोस्ट में आजाएगा!
टिप: @ चिन्ह को टाइप करें उपभोगता के नाम को अपने आप करने के लिए जो इस चर्चा में भाग ले रहा है.