- Search Crypto Craft
- 307 Results (2 Threads, 305 Replies)
-
Real Volume Indicator
Started Mar 14, 2014|Trading Discussion|68 replies
Hello Trader-Community, I coded some indicators in the python programming language, which ...
-
Mediator replied Apr 26, 2013Hello Traders, I made some tweaking to the Custom_Zone_Candle-Indikator. There is an additional Parameter called ID, which make it possible to attach only this indikator several times for different Zones to draw in the Chart. In the past you needed ...
Price Action in Day Trading by Dadas
-
Mediator replied Jan 11, 2013Hi VPLT Trader, maybe my contribution helps to find good and strong price-levels. In the picture below you can see that i marked only medium and strong levels, where the blue line thickness indicates the levels of interest. For evaluating these ...
Volume Price Level Trading
-
Mediator replied Jul 23, 2012Comparison Results — Hi TEB63, nice that you started this kind of experiment. But you need to compare results to say that RM & MM does trade profitable with no-edged system vs. edge system in the same time. my proposal will be: Add one MA like ...
Pure Risk to reward trade System - 1 to 3- Totally random entries
-
Mediator replied Jun 28, 2012the problem about wrong values exist because not every candle of different pairs opens at the same time. if for example you put the EA on an EUR/USD chart and take GBP/USD as the basket pair. if a new candle opens in EUR/USD does not mean that at ...
System to hedge every major dollar pair for profit / low DD
-
Mediator replied May 31, 2012that is absolutely correct your observation. this is what i call phase shift. if you look at the lot coefficients you will see that they change accordingly with the shift. with this information you know which pair cause this shifting and how it ...
System to hedge every major dollar pair for profit / low DD
-
Mediator replied May 29, 2012thank you for your reply and knowledge. would it make sense to use another entrie rule than StdDev (like Bollinger) or do they has enough statistical significance? my idea is to be in the market without closing positions. only adjusting currency ...
System to hedge every major dollar pair for profit / low DD
-
Mediator replied May 29, 2012Did we already pairtrading? for example EUR/USD is a pair and i did not believe that this pair is stationary or has a fixed mean. so we have to torture the time-series into a stationary mode which helds only for the sliding window. and here lies the ...
System to hedge every major dollar pair for profit / low DD
-
Mediator replied May 29, 2012Yes, you have the choice to trade trendwise from mean or 1st Dev to 2nd Dev (inside-out) or countertrendwise from 2nd Dev to 1st Dev (outside-in). which probability is in majority? trend or countertrend? or both? from the 1st dev line you could also ...
System to hedge every major dollar pair for profit / low DD
-
Mediator replied May 29, 2012yes, it is wrong direction. below mean: + = buy - = sell above mean: + = sell - = buy
System to hedge every major dollar pair for profit / low DD
-
Mediator replied May 28, 2012correct. 16.25 Pips equals 5% risk. this means a 3.07 times higher risk equals in 0.30 lot for a $1000 account. if he will not produce much DD like before the gains will be 3 times higher then before in the same time. so better withdraw in between ...
Symphonie Trader System
-
Mediator replied May 28, 2012+9.55% with 31 Pips sounds like a revenge of the fallen angel. you have nerves of steel or a small account. this is a frank comment: i like the style of risky-trading you do. it is explained in the zurich axiom, that trading with too low risk will ...
Symphonie Trader System
-
Mediator replied May 27, 2012Ok, i'll respect your wish, cause i don't want someones underwear twisted.
Symphonie Trader System
-
Mediator replied May 27, 2012Hello my friend. is it fate that we see us again? no, it is about my statement, which was true all the time. now your floating DD was 3100 pip and you was not comfortable any more with your positions. i wish you for the future that you were gaining ...
Symphonie Trader System
-
Mediator replied May 24, 2012only quoting as example (don't take it personal please): please all be sure not confused about cointegrated and correlated. these are very different meanings. a correlation between EU and GU exist because of their fundamental mostly equal economics. ...
System to hedge every major dollar pair for profit / low DD
-
Mediator replied May 23, 2012hello Blahn, nice to meet you again. good question. Yes i will post V2 if it is ready, but with a seperated code for the public. i do not code this V2 into mql. i use a higher level language, because we have to analyse a whole lot more instruments ...
System to hedge every major dollar pair for profit / low DD
-
Mediator replied May 23, 2012Have a search in the plot()-function. After this lines: Rgv("regressand-pred", pred); plotOsc("spread", pred, 1, 0, clr_spreadline, clr_spreadline); Add: if(crossedValue(pred[0], 0)) { call close routine // pseudocode } crossedValue is an already ...
System to hedge every major dollar pair for profit / low DD
-
Mediator replied May 23, 2012the most known obstacles with this system is mostly the same with every countertrend system. one pair is drifting far apart from his drift range, that a return to zero mean does not close the basket in profit. in this situation you will win with the ...
System to hedge every major dollar pair for profit / low DD
-
Mediator replied May 23, 2012yes, i could, but sorry i'm very busy with coding another project. maybe you'll find another helpful person here. simply permanently test the pred[0] value in the code and if it crosses zero then close basket.
System to hedge every major dollar pair for profit / low DD
-
Mediator replied May 23, 2012This variable is the added spread (drift) between the two pairs apart from the mean line (yellow zero line). Don't be confused about the word 'spread'. it does not mean the ask-bid range. i call it drift. this are the pips of both pairs calculated ...
System to hedge every major dollar pair for profit / low DD