c0d3
c0d3
Friends

Add friends via their profile or user search and you will be able to see if they are online

c0d3
Added topic BOLLINGER BANDS, apply to another custom indicator ?
HELLO> How can i apply bollinger bands to another indicator, on the same chart? -I have this indicator which gives me the ratio for (EURUSD/USDCHF), i use this ratio for pair-trading. -I want to determine bollinger bands: upper band, mean
c0d3
Added topic Pairs Trading (statistical arbitrage)
Hello, I'm trying to perform pairs trading strategy on (eurusd) and (usdchf). One requirment of pairs trading is to look at the pairs as ONE . That is done by diving eurusd by usdchf (the ratio). Question: How would i go about making a new chart in
c0d3
Added topic HEDGING (EURUSD-GBPUSD) WITH CORRELATION
i'M ATTEMPING TO DEVELOP A HEDGING STRATEGY TO MINIMIZE RISK. HOW DO I DETERMINE CORRELATION BETWEEN EURUSD AND GBPUSD USING THE CORRELATION PROGRAM PROVIDED IN THE INDICATOR CODE BASE ? 'Correlation USDCHF/EURUSD' WHAT IS THE CONCEPT BEHIND
c0d3
Added topic Turtle EXIT STRATEGY
"The System 2 exit was a 20 day low for long positions and a 20 day high for short positions. All the Units in the position would be exited if the price went against the position for a 20 day breakout." [1] QUESTION: HOW DO I KNOW WHEN THE
c0d3
Added topic Whipsaw STOP STRATEGY
"Stops are placed at ½ N for ½ % account risk." [1] N=Average True Range (ATR 20) N for EURUSD = 0.0082 (DAILY CHART) ((1/2)*0.0082)=(.0041) (1/2)%OF ACCOUNT RISK=$250, 25 pip QUESTION: HOW FAR AWAY DO I PLACE THE STOPLOSS, 0.0041
c0d3
Added topic Turtle UNIT CALCULATION
"Position sizing is one of the most important but least understood components of any trading system. The Turtles used a position sizing algorithm that was very advanced for its day, because it normalized the dollar volatility of a position by
c0d3
Added topic SENDMAIL
I have setup a gmail smtp account in (options>>email) of the MetaTrader Platform. When i use sendmail command, nothing happens. How would i go about having my EA send out emails? Are there smtp servers that are compatible with metatrader
c0d3
Added topic ZIGZAG DIRECTION EA
how do i go about making my EA know which way the ZIGZAG INDICATOR is pointing
c0d3
Added topic icustom ZigZag
I'm trying to determine direction of zigzag indicator with the icustom command. This is what i have so far: ZigZag High=iCustom(NULL,0,"ZigZag",MODE_HIGH,0); ZigZagLow=iCustom(NULL,0,"ZigZag",MODE_LOW,0); The lines are drawn on
c0d3
Added topic Fibo_Pivot_Lines_GMT Indicator
I just downloaded the "Fibo_Pivot_Lines_GMT" Indicator and i'm trying to use it in an expert advisor. MY CODE: FIBO= iCustom (NULL,0,"Fibo_Pivot_Lines_GMT",MODE_?,0); Question: What "MODE" do i use in order to return
123