Forum

Can someone give me an example of using CListveiw?

I want to learn how to use CListView that is easy to understand and simple to code. Thank you

Who can helpmeet abou about CListview?

I need to add OrderOpen into my Listview Dialog. I put v_list_order() function in OnTick.Then I show repeat and repeat. bool v_list_order() { int total_v = OrdersTotal (); int v; for (v= 0 ;v < total_v;v++) { if (! OrderSelect (v, SELECT_BY_POS, MODE_TRADES)) continue ; if

How to run CButton in CDialog on Testor?

My button can action event on real trade. But Can't do anything on Tester. Who can help me for example

I want to create a text box square

I want to create a text box square 1. All messages are in the box square. 2. I can move the text box square with the mouse I want an example or a way to create it. I try to use Obj_label or OBJ_Text but they can show only Once Line and long text. Thank you

How to know volume at price in bar by mql4?

I need to know volume at price in current bar by mql4. I don’t know to create function for solve this problems. Thank you for helping

Order not sent,reached

2018.07.02 06:59:58.071 xxxx GOLDmicro,M5: Order not sent,reached I don't understand what happen. Who can help me to solve that? Thank you

How to run close all funtcion by Command line?

I need to Close Mt4 and close all open order. I have close all function script,but i must run my script with every running MT4. I need run once time,but my script run with every running MT4. My Solution is run function by commandline,but I don't know how. Who can help me? Thank you

EA don't trade at 20.00 - 00.01 everyday.

I use condition. if Profit today >= Profit need of day than trade again next day. but My EA Don't Open order at 20.00-00.01 everday. I don't understand why!!! I test in Backtest.My EA can Open Order at 20.00-00.01. This My: extern int NextOpenTradeAfterTOD_Hour = 00; extern int

How to create arrow object with filled white circle as background?

ObjectSet (name, OBJPROP_ARROWCODE , 1 ); ObjectSet (name, OBJPROP_COLOR , clrBlue ); ObjectSet (name, OBJPROP_STYLE , STYLE_DOT ); I try many solution.But Can't do that. Who can help me? Plz show simple Code for me. Thank you