akira.nguyen
akira.nguyen
Friends

Add friends via their profile or user search and you will be able to see if they are online

akira.nguyen
Added topic How to get data MT4 online by PHP?
I wants to get data MT4 show to my website. How do it? thanks
akira.nguyen
Added topic How to get 2 values on 1 indicator by EA?
I try code a indicator(RSI) to display with RSIPeriod1=10 and RSIPeriod2=20. How to get value of lines RSIPeriod1=10 and RSIPeriod2=20 by EA
akira.nguyen
Registered at MQL5.community
akira.nguyen
Added topic How to get histiry data of RSI?
I have RSI diargam. How to get a value history of it? thanks
akira.nguyen
Added topic How to get signal from indicator RSI for BUY or SELL by EA?
I have two indicators RSI(13) and RSI(42). if RSI(13)-RSI(42)>=10 is BUY...etc. How to code a EA do it. thanks a lots
akira.nguyen
Added topic How to draw 2 RSI(13) and RSI(42) at one Chart?
How to draw 2 RSI(13 days) and RSI(42 days) at one Chart?. write code in 1 indicator .thanks a lot
akira.nguyen
Added topic How to know that total buyer and seller on a timeframe?
How to get total buyer & seller on a timeframe? thanks
akira.nguyen
Added topic How to set 5(0.00000) decimal in win7?
in win xp, mt4 display 0.00000(5 decimal). But w7 only display 0.0000(4 decimal) . How to set for w7 display 5 decimal. ex: 1.12345
akira.nguyen
Added topic How to stop or limit commands in EA?
I have a EA. it has only a single task is buy. How to stop or limit it when OrdersTotal<=10 ?. Thanks a lots
akira.nguyen
Added topic How to set buy auto by code mql4? please show a example.
I start learning code MQl4. please help me . How to use OrderSend for BUY, set it... thanks a lot