• Information
9+ years
experience
0
products
0
demo versions
0
jobs
0
signals
0
subscribers
Friends

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

Rudolph Brits
Added topic buy sell indicator
why will some symbols show correct tp and others not. some freelancer have programmed a table for us where to enter with SL TP and lot size but some of the TP on some symbols is correct and then there is others on a sell the TP is higher that than
Rudolph Brits
Added topic Ea problem
cant get the brackets on this ea right One too many { 
Rudolph Brits
Added topic template problem
ok sorry so some one has programmed me a Ea template and give me those problems can you help
Rudolph Brits
Added topic color change on comment
is it possible to change the color of the comment and the size of it
Rudolph Brits
Added topic mm not working
need help please i have tried to add mm to my ea and also to increase the lots as it trade but it does not do that can some one help me please extern bool MM=true; //money management extern double Risk=10; //risk in percentage extern double
Rudolph Brits
Added topic whats is wrong with this code
i want this indicator to show the text price above the candle. what is worng with this coding
Rudolph Brits
Added topic disply price
how can i display the entry price on the chart
Rudolph Brits
Added topic EA dont put buy signals
please help and tell me why my EA does not place buy's
Rudolph Brits
Added topic add arrows on crossing
can some help me to add arrows on the cross of the signal please
Rudolph Brits
Registered at MQL5.community
Rudolph Brits
Added topic use stoploss instead of trailstop
i have develop a EA to auto trail and place a SL and TP but i see that my broker will not let me trail less than 15pips can i rather than trail move my stoploss say every 5 pips or what else can i use for a tight trail
Rudolph Brits
Added topic Ea does not want to trail
can some one tell me what i am doing wrong this ea does not want to trail
Rudolph Brits
Added topic unexpected token error
can some help me with this error extern int TakeProfit=750; extern int TrailingStop=100; extern int StopLoss = 100; // check open possitions and place sl, tp int start() { int cnt, totalOrders; totalOrders = OrdersTotal(); if (totalOrders>0) //
Rudolph Brits
Added topic Barrowboy - help on SL
Barrowboy can you please help me with the SL of this EA it does not work right and also does not send me Emails can you show me where i am going wrong johan
Rudolph Brits
Added topic help with tralling stop
can some help me where to place a tralling stop i have use extern double TakeProfit=250; extern double TrailingStop=15; i have placed it here but it is not working if(OrderType()==OP_SELL) { // if(Open[1]<Ema && Close[1]>Ema) if
Rudolph Brits
Added topic Ea dont buy or sell
i have an ea but it will not by or cell nor send an email can some one help me to see what the problem is
Rudolph Brits
Added topic optimize stochastic EA
can some help me to optimize this EA please
Rudolph Brits
Added topic help with scalper
this scalper buy and sell on test but on demo or real account it does nothing is it because of if ( IsTesting ())
Rudolph Brits
Added topic Ea dont buy or sell
can some one help me see why this EA dont do any buys or sells
Rudolph Brits
Added topic Mail: not enough space for 'OrderTicket '
can some tell me what does this mean in the journal
12