mazen nafee / Profil
- Information
10+ Jahre
Erfahrung
|
0
Produkte
|
0
Demoversionen
|
0
Jobs
|
0
Signale
|
0
Abonnenten
|
Freunde
951
Anfragen
Ausgehend
mazen nafee
Natasya Saad
Kommentar zum Thema Something Interesting to Read July 2014
Trading Chaos: Applying Expert Techniques to Maximize Your Profits Chaos theory now stands at the cutting edge of financial decision-making methods. The product of years of scientific investigation
mazen nafee
Volya
Kommentar zum Thema Something Interesting to Read July 2014
Forum on trading, automated trading systems and testing trading strategies Something Interesting to Read December 2013 newdigital , 2013.12.20 09:13 Kathy Lien : Day Trading and Swing Trading the
mazen nafee
Muhammad Syamil Bin Abdullah
Kommentar zum Thema Something Interesting to Read July 2014
Elliott Wave Principle : Key To Market Behavior Developed by Ralph Nelson Elliott in the 1930s and '40s, the Elliott Wave Principle is a powerful analytical tool for forecasting stock market behavior
mazen nafee
Muhammad Syamil Bin Abdullah
Kommentar zum Thema Something Interesting to Read July 2014
A Three Dimensional Approach To Forex Trading : Anna Coulling If you aspire to becoming a full time forex trader, then this is the book for you. Even if your dream is perhaps more modest, and you
mazen nafee
Sergey Golubev
Kommentar zum Thema Something Interesting to Read July 2014
Forum on trading, automated trading systems and testing trading strategies Something Interesting to Read April 2014 newdigital , 2014.04.25 08:45 Quantitative Trading: How to Build Your Own
mazen nafee
Muhammad Syamil Bin Abdullah
Kommentar zum Thema Something Interesting to Read July 2014
The Problem of HFT - Collected Writings on High Frequency Trading & Stock Market Structure Reform : Haim Bodek This book explores the problem of high frequency trading (HFT) as well as the need for US
mazen nafee
Muhammad Syamil Bin Abdullah
Kommentar zum Thema Something Interesting to Read July 2014
The Holy Grail Trading System The true story of a 100% mechanical automated forex trading system that returned over 1000% inside 13 months turning 10,000 GBP to over 100,000 GBP In 2005 I discovered
mazen nafee
Sergey Golubev
Kommentar zum Thema Something Interesting to Read July 2014
Forum on trading, automated trading systems and testing trading strategies Something Interesting to Read June 2014 matfx , 2014.06.27 08:37 Trading Exchanges Market Microstructure Practitioners
mazen nafee
Sergey Golubev
Kommentar zum Thema Something Interesting to Read July 2014
Forum on trading, automated trading systems and testing trading strategies Something Interesting to Read June 2014 matfx , 2014.06.28 08:35 Inside The Black Box : Rishi K Narang Whether you call it
mazen nafee
Icham Aidibe
Adding a simple button on the right-bottom corner
Hi, I read the doc on how to add object (clickable button), but I'm confused. Can someone give me a simple example : 1 button -> clicked -> execute function test(). Thanks
mazen nafee
Icham Aidibe
Different Symbol(Specification), different lot size, same potential profit/loss by pip
Trying to write a function that homogenise my deals : Symbol 1 : Lot size : 0.01 (x) Tick size : 0.5 Tick value : 12.5 euros Potential profit for z pips : 10 euros Symbol 2 : Lot size : y Tick size : 0.5 Tick value : 5 euros Potential profit for z
mazen nafee
Icham Aidibe
Comment() : shows text in upper left corner - anyway to colorize text inside ?
Hi, I'm looking for a colorful-way to show info (text, strings) in the upper left corner . For that I'm using Comment() function. Is there anyway to colorize text from inside this function ? Thanks
mazen nafee
Icham Aidibe
Function to stop the EA 7 days before expiration date
Hi, I'd like to stop the expert running on a symbol 10 days before the expiration date, how to using SymbolInfoInteger( SYMBOL_EXPIRATION_TIME) please
mazen nafee
Icham Aidibe
Adding MTF support to an indicator
Hi, I'd like to add data from uppers TF in an indicator : ex. Indicator on M1 - show the results of M5, M15 etc ... for the same indicator. How to do this
mazen nafee
Icham Aidibe
When the candle close ...
Hi, Is there anyway to act (ie. enter a long) when the candle the signal appeared on close
mazen nafee
Icham Aidibe
return value of 'OrderSend' should be checked
Hi ! I'm wondering how to do that ...:/ the warning appeared @ the last update //--- preparing a request
mazen nafee
Icham Aidibe
Cumulative position price
Hi there, If i open a long at x1, x2, x3, i can see in the trade tab that the price change. How to return this value in mql5 ? POSITION_PRICE_OPEN returns only the initial buying price. Thanks
mazen nafee
Icham Aidibe
Stoploss : numbers, double, digits ...
I'm trying to set a SL, here's the formula used : request.sl= NormalizeDouble ( SymbolInfoDouble ( Symbol (), SYMBOL_BID ) - (SLFactor * SymbolInfoInteger ( _Symbol
mazen nafee
Icham Aidibe
Run an optimazation from within EA & integrate the results
Hi, Is there a way to run an optimization test from within the EA & integrate the results as the settings of the EA
mazen nafee
Icham Aidibe
Show profit of all positions actually opened for all symbol
printf("Numbers of opened positions : %G", PositionsTotal()); for ( int x= 0 ;x<= PositionsTotal ();x++) { //numbers of position = index printf ( "Index of the position %G" ,x); printf ( "Symbol of the selected position : %G" , PositionGetSymbol
: