Trading Systems - page 5

This is the thread about books related for stocks, forex, financial market and economics. Please make a post about books with possible cover image, short description and official link to buy (amazon for example). Posts without books' presentation, without official link to buy and with refferal links...
This is the thread about books related for stocks, forex, financial market and economics. Please make a post about books with possible cover image, short description and offocial link to buy (amazon for example). Posts without books' precentation, without official link to buy and with refferal...
Hi all, I've been trading a live account for just about 4 weeks now and managed to tripple my account. I started with a $100 account at FXDD and my account balance is now $312.65 with a Floating P/L of -$48.50. This does not bother me much, because I'm sure the EURUSD will go down on Monday. I'm...
This is a snippet of a metric page of a signal provider. My question... What is the effects of this signal provider: making this huge deposit -- on the subscribers? Does the lotsize of the subscribers jump higher too
  Is trading a zero sum game?  (18   1 2)
Yes No
Hello, Anyone tell me that, which trailing stop loss is best for Gold scalping in 5m, because when i set fixed trailing stop loss its hits and Trend wave goes up or down, so i eagerly want to know about any dynamic trailing stop loss, which will handle my Trade manager as long as trade
  Trading Journal  (6)
What is the best way to journal in trading ? [Edited by moderator]
Hi, I've met this 2 statement that's contradict with each other many many times when reading about trading strategy. Here's the statements: 1. Not all strategy works on all timeframe. And what I take from this statement is that each timeframe act differently to each other. 2. In
  Trading platform  (31   1 2 3 4)
What would be your preferred trading platform and Why
  ICT SmartMoney:)  (35   1 2 3 4)
Let's think how we can automate it. If there is someone who's using this strategy, could you show key-points of it? Let's check together if the strategy is working
  Multi currency EA ideas  (23   1 2 3)
For quite some time I have been working on a multi currency EA. It is a trend following architecture  that buys dips in an uptrend and sells peaks in a downtrend. A lot of work has gone into the code. It si built so as to run optimzation one pair at the time and then when running in "multi" reading...
  The Moving Average Channel  (52   1 2 3 4 5 6)
Is it possible to program buy/sell signal based on the following? Very simple but solid method (Similar to Nina's CatFx50)... http://www.stock-charts-made-easy.com/moving-average-channel.html -The upper boundary of the channel is a 10-period simple moving average of the price high. -The lower
I study correlation pairs and hedge strategy. 2 pairs hedges are difficult to get profit. Does 3 pairs hedge system really work or not? example USDCHF EURUSD EURCHF BUY BUY SELL / SELL SELL BUY Please suggest me some useful hedge system.I want to code it as EA
What are the best risk management tools you have used in trading and why
hi I would like to know if there is a good strategy when forecasting highs and lows (ohlc), any links that can help
  Elliot Wave Indicators  (222   1 2 3 4 5 ... 22 23)
request Wave Indicator or Elliott Wave --
Good morning I'm handing over my post, obviously there have been some problems The question was quite simple How many phases have you defined for your trading? I have 5 Range Start of trend Full trend Weakening Counter trend
  Suggestions for Trading System  (139   1 2 3 4 5 ... 13 14)
Same idea as with other: if you have a good idea for a Trading System? Post here and we will develop it (all ideas will be evaluated first).
I was affraid to open this thread. Why? because it is difficult to manage many threads on one forum. Anyway - I will try :) So, we are talking about SIGNAL SYSTEMS
Dear people, I spent some times already looking into the forums and documentation and cannot really understand how is it possible that SymbolInfoMarginRate() is not behaving according to specifications. I'm running MT4 Version 5, release 4380. I have compiled a little script (which is very similar
Hi everyone could Anyone explain How HHHL LLLC works
Dear traders. The common belief is reward risk ratio is not enough in evaluating profitability. You also need to know the win rate. I have a theory for myself. I just want to know how you think of this. "You cannot stay profitable in long run with reward risk ratio less than one. Regardless of win
  Signals Trading  (19   1 2)
Hi everybody Before opening this new thread I already red all the FAQ and the forums topic about signals trading.  All I'd like to know why I get an orange icon on the Signal part.  By mistake I first activated it on my personal PC (and I don't remember of which color it was) then I moved everything...
Hi! I'm considering to build a portfolio of diversified forex pairs to be traded with an EA, my account currency being USD ( IC markets and Eightcap as brokers) E.g. I'm thinking of EURUSD, GBPUSD as main pairs and AUDCAD, NZDCHF for diversification purposes as an example. Though, wouldn't this
Hello, In view of the general level of interest and the number of inquiries I've received from many of the folks here, I've decided to start a thread to discuss on a low-risk hedge trade strategy which I've recently developed. The idea behind this strategy is derived partly from the FR/FFS type...
What is the difference Average down forex strategy vs buying coin crypto
I need a false entry script, where can i get one
Is there a proper order in which Include files should be loaded? Some special order to prevent conflicts? Why do I ask? I thought something I was reading mentioned it momentarily. I cannot re-locate the reference, but it left a concern in my mind. Any problem with this
Hi everyone, i tried to build a mql5 function that close an order by a magic number input. Below I insert the code of the function. void Close_Position_MN( ulong magicNumber) { int total = PositionsTotal (); for ( int i