may i know what's the EA script for ??
the mqt file.
can i add the Support resistance line to EA ??
so the trade will only open trade on support/resistance line and exit when reach support/resistance line ??
how to write code if i want some line drawing on chart when EA running ??
trendline, support resistance line and etc..
can i use this code to detect high low of candle ??
if(High[1]<High[2] && Low[1]>Low[2]
what about this one ??
if(High[1]<High[2] { int OrderSend (string symbol, int cmd, double volume, double price, int slippage, double stoploss, double takeprofit, string comment=NULL, int magic=0, datetime expiration=0, color arrow_color=CLR_NONE) return(0)
i m trying to create another powerful EA... ^^
please help me,
anyone here ??
can use these () {} so much ??
look to errormessages when modifie
may i know what's the EA script for ??
A script will stop when its work is done
can i add the Support resistance line to EA ??
why not ??? don't you trie ??
how to write code if i want some line drawing on chart when EA running ??
trendline, support resistance line and etc..
use a indicator on the same chart
make aline in your EA
Print("high1 = ",High[1]); or Comment("high1 = ",High[1]);
===========================================
what about this one ??
if(High[1]<High[2] { int OrderSend (string symbol, int cmd, double volume, double price, int slippage, double stoploss, double takeprofit, string comment=NULL, int magic=0, datetime expiration=0, color arrow_color=CLR_NONE) return(0)
this is not working this way written in your program read practise begin with creating simpel programs and test it on demo accounts
you have no idea what you're doing how will you ever create another powerful EA... ^^ if you don't start with the basic
okay,
i will learn it again.
from beginning...
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use