Trading Systems - page 26

Hi, I have an EA that should be used on netting, due to coding specifications , what should i change to make it run on a hedging account exactly equal it runs on netting? Thanks
Hi, In the Stochastic Indicator that you can find in MT4, there is a recurring if statement  pos=InpKPeriod-1; if(pos+1<prev_calculated)      pos=prev_calculated-2; which I do not understand. Why does it subtract -2 ? what the point of the code above? This is the onCalculate() function to give a bit...
Is there any indicators that work best for price action strategy
i think with this system you can make a consistent profit per day with out lost your money. and i hope master codes in this forum can try to build EA with this system : you can change lot exponent. 0 : 2 = very big profit + very danger 1 : 2 = big profit + danger 1.5 : 2 = normal profit + safe 1.8 :...
------------------------+// expert start function//+------------------------------------------------------------------+int start(){ double MyPoint=Point; if(Digits==3 || Digits==5) MyPoint=Point*10; double TheStopLoss=0; double TheTakeProfit=0; if( TotalOrdersCount()==0 ) { int...
  RandyCandles - Information  (831   1 2 3 4 5 ... 83 84)
Need information on this methodology. I read some post over at FF by Goldenequity and found it very informative. Would appreciate it if anybody can point me in the direction of more information. I have tried Google and found only the above mentioned posts.
Hi there, I started with a complex strategy and it would not trade in any tests. So I made simpler ones, right down to a simple average trader.  1 indicator, 1 symbol. (XRPBTC) I didn't play with any settings on these later attempts, just ran the generate, added the most basic things I could, and I...
  heiken ashi ea  (3)
hi, i want to create an ea based on heiken ashi  i want to enter long if candle 2 is red and candle 1 is green ,someone can help me?thx 
At present EA vendors are not allowed to restrict EAsby symbol, timeframe etc.  Generally, this makes a lot of sense simply because such restrictions are an inconvenience to paying customers. The issue is when a fully functional demo is listed for free.  I'd like to list all my EAs for free with a...
So, I made a dynamic break even and it moves as the bid moves based on the difference in percentage and right now it is only for buy orders. Still implementing the sell one. However, it does not move as it is supposed to. If the stop loss is below the order open price, it will not move in increments...
https://bit.ly/2sh3Vxb https://bit.ly/2SzRMii Can someone make an ea like this, with settings as above? indicator's code here: https://bit.ly/2F5vQHK https://bit.ly/2CNnnHU There are multiple scenarios on the HL indicator, the macd lines help for tp and sl, and can be reversed if there is nothing
Hi there, I'm trying to fill out all the requirements to sell a product for free, at least in the first month The problem is I'm NOT gonna be using robotrading or Algo trading, it is, all trades are gonna be entered manually, and once I don't have a code or trade robot to submit, how can I pass the...
Is it possible to provide a signal operating through a mobile app or should I rely exclusively in PCs?
I want to be a signal provider here in the country (Brazil) I live, and at the same time to subscribe to a signal from a Market I still don't have know how (US stock Market, especifically S&P mini futures). In order to do that, do I have to have an acount in two different broker firms, then in one
Hello there, I would like to ask where I can report a false trade. I was selling EURUSD and i bought it at 1.14081 and set a T/P on 1.14020 and no S/L, but the order was closed on 1.14136 you can see that it wasn't modified or something else I would like to get my monet back if its possible or
Merry Xmas to Everyone. I have created a signal, but it is not available to subscribers. All validation processes have been passed. I found that I use a 1:1000 leverage on my broker and for that reason the signal is not available. According to this I went to the page of my broker, change the...
  Heiken Ashi Trading System  (33   1 2 3 4)
I have found Heiken Ashi a reliable system, as I started using it recently the past week. Although it does (and in fact "did" produce false signals), yet its profitable overall given the trader has right money management (at his discretion). I will keep posting images for this system on different
Is it possible to have another category of Signals (apart from Private or Public), which is only available to a selected group of people (i.e. friends and family)?
Hello, A strange error I just never met before. Can someone explain what is it about please ?   I also look after a moderator but the Comment tab to talk with has disappeared ; likely things changed ; ain't bad, now we can choose which product to show and which to hide on the market, but yet ain't...
Hello forum Would anyone happen to consider margin calls better than not using stops? Well, I don't so I was hoping to figure out how to manage margin. So like every trade has a stoploss and that amount of margin in use would then be combined with other trades so you know the margin-call zone. Does...
I want to send two crossed orders, buy in one asset and sell in other at the same time. How can I do that?
i have an login for an fund management account the problem is i cant see the running trades but the history gets updated even without showing the trades on the terminal window ! is there any ways to see the running trades on terminal window ?
I copied a signal. Today the signal opened 4 EURUSD BUY orders at 1.13390, and afterwards for a long time the price was always below the open price. So when the price reached 1.14410, I closed  3 of the 4 orders. But after several miniutes, I found that there were 3 BUY orders more again with open...
  Hedge and Correlation Strategy  (40   1 2 3 4)
Greetings, Several on here are posting hedging strategies, so I thought I would post one I have been trading for about a week. It has all been positive because I do not use stop losses. I am posting this here because people are usually able to pick holes in the strategy and show where it would fail,...
I currently have my EA calculate values on the last x amount of bars - this however creates a huge lag during back testing - because of the "for loop" it looks like it executes on every tick. This is how the value check stars: //CHECK ID10T VALUES FOR BUY OR SELL if(BUY_ORDER   == 0 && SELL_ORDER...
Comments not related to " Aggregating Moving Average signals from different timeframes " have been moved to this thread
I have a trading system that i been using for quite sometimes now and its very profitably reliable. This system is very simple and straight, just some simple calculations. I need a good coder/programmer that would be able to convert it to EA. I will share the strategy, trade rules and the EA rules...
I closed my platform to test the VPS operation using mytrade receiver. Once I saw trades placed on another platform, I opened the VPSplatform and the trades did not execute until I opened the VPS platform. I havesynced experts, indicators and signal. Will allowing DLL imports stop the VPSfrom...
Hi, I have sreached that many people have asked about the question regarding " symbol found" problem, but didn't found an answer for it. Some of the reply for other people's answer is change broker and many reply regarding to change broker is that it doesn't help Please help or direct me how to...
In my code, I have a lot of these... //--------------------------------------------------------------- double eurusdask = MarketInfo("EURUSD",MODE_ASK); //--------------------------------------------------------------- and a lot of these......