Trading Systems - page 31

Hi There I have an EA and would like to not enter any more trades if the profit target has been reached for the day. If I have a 5% target for the day  I have put this code in the ontick function but it does not seem to be doing anything.  if(m_account.Equity()>=m_account.Balance()*5) return; Any...
Hi I am new forex trader.tell me your opinions. Thanks. 
  Basket Trading System (T101 system)  (334   1 2 3 4 5 ... 33 34)
Simple Trading Method (Basket Trading Strategy) I introduce this system in the other forum and quickly it become a phenomenal ground breaking methodology and created a buzz in the Forex world, and feel compiled to introduce this also here in this Forum. Ive been been playing this method for about 3...
I have an indicators that I use on the Metatrader 4 platform (MT4). I have attached them in this post. Here is what I am hoping for. Can somebody please take these indicators and convert them over to the metastock format? I have Metastock . I would really appreciate this and thank you in advance for...
i m using customized fib indicator and it is ok but i have one problem with it that its fibo line is very thin can anyone add option to control fibo lines width
Hi guys I am trying some experts on Activtrades but They give only 6 months of history.  Can You help me please? only for EUR USD....  minimun 2 years  in .csv frame: 1 min 5min 15min 30min 60min 240min 1 day thanks in advance for helpful
Does anyone know what is the name of the EA using in the photo above? It seem like this robot is quite aggressive in entry as you can see there are quite a lot of red arrow and blue arrow in the chart area. I just guessing those arrows are means for buy and sell location, and you can see there are...
Hi Does anyone know of a ASIC approved broker that cannot go into negative amount and supports MQL5 signal trading?
A signal I subscribed to has been copied 10 times recently. It is very dangerous for me. Can I change the copy multiple by setting?
  Scalping  (5)
Comments that do not relate to the "Best Forex Scalping Robot", have been moved into this topic.
Dear programmers, How can I limit for example to open only a trade or a limit to 2 trades? int notrades=2; int total=OrdersTotal(); while(total<notrades) OrderSend(...) notrades++; but it opens more than 2... maybe becaus the if condition is always true as the ordersend positions
I have a system and the indicators are compatible with the Tradersway MT4 but the template scanner will not work in tradersway but will work in IC Market. Can you please help make all indicators and templates compatible with Tradersway MT4?
Wondering if anyone had any advice for signal providers
Hey guys,  Does anyone know if there is an add-on I can put on my mt4 program that allows me to place a buy stop and a sell stop at the same time where i can chose the price for each order, as well as the time I would like it to be place?
Hello! Question for signal providers : is it possible to see who is subscribed to your signal? Thanks
How to pause copy and resume copy for the subscribed signal ?
Hi friends, I found the optimal usage of Snake Borders and PriceChannel_Stop_V1.2 indicators. Both of them can work good and give the best result. They also supported by indicators like these below : - SHI SilverTrend1Sig (to show the top or bottom of price movement) - TanganJiwa (to show the top or...
hello everyone that reads this. i must apologize about my bad English, as it is not my first language. I was looking at a chart with a zigzag indicator and I looked at the W and M patters and there is a very profitable strategy using them if you use it right. I will try show you my strategy. if you...
Below is code of indicator. Its programmed to show dots on certain conditions which will indicate buy or sell, but dots are not appearing. But when I reload the indicator, dots appears, I short dots are not appearing while indicator is live and working, when I stop mt4 and reopen, dots appear. And...
Hi all,  I've been writing a function in mql5 and at the moment all I want it to do is return a value of a double (max_value). However, it only seems to be returning a value of -1! Could somebody help me debug this? Thank you! double max_val_max_candle_price_range_function(int no_candle_limit)...
I have tried Nice Value Chart and mn ATR together and found that when ATR exceeds 1.8 range and nice value chart is overbought at -12 as level or ovesold by 12 as level, its a good point to place buy or sell trades. I am not a developer. Can anyone help to add non repainting arrows at point where...
Hello, i have an idea but im confused, Let say the rollover rate for EURUSD is 0.5 pip per day (0.00005) for SHORT position My account balance is in EUR and i have 100000€ if i open a short trade for 1 lot (100000€) @ 1.1550 (or any other price) i will never get liquidated and i will earn 0.5 pips...
Hello, I'm new to the MQL5 platform. I've learned that the update build 1035 (Dez/2014) brought a new tool for trading options called "Option Strategy Builder": https://www.mql5.com/en/forum/53/page16#comment_1227749 Does any one know how to access this tool? Or if it wasn't implement at all...
//+------------------------------------------------------------------+//|                                           Strategy: Paulo BB.mq5 |//|                                                      Paulo Souza |//|           https://www.pensador...
I designed a trading system using Excel, and then had the system coded into an EA.   Is there a way to either display the individual calculations in the EA... or record the values in the trading history?   Essentially I want to verify the math and logic to see if it conforms to the math and logic of...
i need some vps for free for my demo accounts is there is any broke or a company who provide free vps for demo rely must if related infoormation
Hi Guyz, I know most of you will be much aware of this strategy, but for those who do not know or are new to forex, i would like to share the system. The entire strategy is explained in the power point presentation, chaos_analysis_2008.zip Ive created a template which you could use to preload...
Hi everyone, As you know that pinbar is oneof the strongest powerful pattern in trading especially if its followed by trend. The strategy for scalping is very simple. 1. Trend is determined by EMA(21) [blue line] and SMA(50) [red line] +if EMA(21)>SMA(50)-->up trend +if EMA(21)<SMA(50)-->down trend
  Comission on EA  (13   1 2)
How can I implement the broker commission in EA? Tks a lot Attached example