Codes

The VSA Text for MetaTrader 4

The indicator is base on "volume spared analysis"

Price Action Indicator for MetaTrader 4

This indicator plots in the chart base on the tick price , ie. when the price moves down 10 pips it plots the down candle and wait till the next 10 pips if move up 10 pips it plots the up candle with the other color candle to indicate the up down price

SMA MultiHedge for MetaTrader 4

A kind of hedging style play base on "BaseSymbol" and hedge "Hedge.Symbol" to reduce the risk including the auto-calculate-correlation-function for all BaseSymbol-Hedge.Symbol

Articles

What about Hedging Daily? for MetaTrader 4

A trading strategy using hedging system created for trading the intra-day style of GBPJPY / EURJPY and for daily trading

Break Through The Strategy Tester Limit On Testing Hedge EA for MetaTrader 4

An idea of testing the hedge Expert Advisors using the strategy tester

Sending Trade Signal Via RSS Feed for MetaTrader 4

This is my idea how to send your trade signal as RSS FEEDS , a famous way to communicate with your community's members right now

The Basic of Coding A Hedge Expert Advisor for MetaTrader 4

An example of hedge Expert Advisor is just presented in this article. The author will choose its very own favorite hedge pair that is EURJPY & GBPJPY. It always moves the same way, easier to set the hedging order type

Forum

dose this because of the backtester limit?

i'm coding an ea that work by 2 time frame, H4 and H1.it read the trend from H4 and then look into the H1 trend, if they are the same the ea will place the trade in that direction. i tested it in the strategy tester by 1 hour period scince 2008. it placing trade ok but till 2009/02/10 it didnt place

how many string lenght can "FileReadString" function collect out?

i try to read the string from a csv file that contains more than 4095 string lenght. But the string i got from the FileReadString function is always contain the lenght of 4095. Is this the highest limit of reading a the string from a file

is there any way to define the price value at one point on the trend line?

i would like to get the price at the x mark on the trend line by coding not manual plotting. can anyone help? pls

Crying for help!!!! please.

how to difine the higher low, higher high, lower high and lower low ? please anyone expert know how to code a script to define the higher high higher low lower high lower low please guide me...thanks a lot. ~>_<~

may i request OrderPips() function?

may i request OrderPips() function ? i see your terminal has the profit column that has "as point" style but none of this function in mq4 it would be much better to have it ...instead of calculate it myself everytime i want ^_^

can we do the equity trialling stop ?

i mean the whole equity not trialling order by order if yes ..how pls

'Mode_Maxlot' variable not defined...??

error 'Mode_Maxlot' variable not defined. how could this happen? ~>_<~

what make the error zero devide to occour?

i've got this error and tried backtest in visual mode many times but still can not find out why this error occour pls someone know any reason to force this happen pls reply ^_^

can i code the EA that attach in EURUSD chart to open or do something with GBPUSD ?

can i code the EA that attach in EURUSD chart to open or do something with GBPUSD ? or i have to manage only the currency pair the EA attached on

error on sendmail()

i've got this message in Journal Tab 18:35:47 Mail: 530 5.7.0 Must issue a STARTTLS command first p20sm12531042nfc 18:35:47 Mail: 'Test message' failed what dose this mean? thnx