- Search Crypto Craft
-
Beerrun replied Jan 11, 2019I’m no master coder but it sounds like maybe you have some loops that are giving you trouble?
MT4 check CPU resources
-
Beerrun replied Jan 8, 2019Because you’re using _Point, maybe you need to adjust the pip value /10
I will code your EAs and Indicators for no charge
-
Beerrun replied Jan 4, 2019It would help if you shared your code friend
I will code your EAs and Indicators for no charge
-
Beerrun replied Jan 4, 2019Try void or int instead of bool
I will code your EAs and Indicators for no charge
-
Beerrun replied Jan 3, 2019You have to individually write each. extern int mCorn = 3; extern int mtextSize = 14; extern int mXDist = 1; extern int mYDist = 1; extern color ProfitColor=clrBlue; extern color LossColor=clrRed; extern color ZeroColor=clrSteelBlue;
I will code your EAs and Indicators for no charge
-
Beerrun replied Dec 27, 2018I’m trying buddy but I’ve got a lot going on.
I will code your EAs and Indicators for no charge
-
Beerrun replied Dec 24, 2018An example is in the post. Using the market info Phylo gave, if your lot size calculation called for a 0.33x lot, you would receive error 131. Another example would be if the lotstep was 0.05 and minimum lot 0.05. You would receive error 131 for ...
I will code your EAs and Indicators for no charge
-
Beerrun replied Dec 20, 2018Yeah man, not sure my low level coding can keep up. Try this one, read the About tab.
I will code your EAs and Indicators for no charge
-
Beerrun replied Dec 20, 2018I think it’s the lot size. I changed it to user input but the default might be too large. I’ll fix it.
I will code your EAs and Indicators for no charge
-
Beerrun replied Dec 19, 2018Negative good sir, I’ve been super busy
I will code your EAs and Indicators for no charge
-
Beerrun replied Dec 17, 2018I’ll see if I can help, however I am not the original author of that file.
I will code your EAs and Indicators for no charge
-
Beerrun replied Dec 13, 2018Try this
added magic number and lotsize inputs. Edit: Changed slippage from hard-coded to input.I will code your EAs and Indicators for no charge
-
Beerrun replied Dec 13, 2018You can add seconds to Time[0], but you’d have to find a solution for weekends (Time[0] + n*PeriodSeconds()) like what Nicholishen posted, the return value of zero bar
how to get the chart right border time
-
Beerrun replied Dec 12, 2018Please upload the mq4 file not the ex4
I will code & automate your strategy for free
-
Beerrun replied Dec 10, 2018Try this, just copy and paste into a new indicator file and then compile. Edit: I compiled and attached the file. //**************************** input double Threshold=5; // Wick Percentage of Body datetime lastBarTime; int init(){ ...
Power candle indicator
-
Beerrun replied Dec 8, 2018Yes i mean the mt4 program. Uninit reason 8= Your init is returning a non zero value, i dont know why.
Free MT4 programming
-
Beerrun replied Dec 8, 2018You could try running the terminal from C:\ But without seeing your code, its a shot in the dark.
Free MT4 programming
-
Beerrun replied Dec 8, 2018It would be helpful if you shared the indicator, but possibly your indicator is trying to write a file to a protected area of windows.
Free MT4 programming