• Home
  • Forums
  • Trades
  • News
  • Calendar
  • Market
  • Brokers
  • Login
  • Join
  • User/Email: Password:
  • 11:06pm
Menu
  • Forums
  • Trades
  • News
  • Calendar
  • Market
  • Brokers
  • Login
  • Join
  • 11:06pm
Sister Sites
  • Metals Mine
  • Energy EXCH
  • Crypto Craft

Options

Bookmark Thread

First Page First Unread Last Page Last Post

Print Thread

Similar Threads

Indi to Place horizontal line for all open order as described 0 replies

Pulse M5, M15, M30,H1+ 9 replies

Experiment & journal with THV+SAH & other indi in M1,M5,M15 36 replies

Need a Good Strategy to work with M5, M15, M30 or else H1 5 replies

Pivots + RSX + Stochastic on M15 & M30 - Intraday rangebound 1,761 replies

  • Platform Tech
  • /
  • Reply to Thread
  • Subscribe
  • 14
Attachments: M30-M15 Horizontal Line Indi
Exit Attachments
Tags: M30-M15 Horizontal Line Indi
Cancel

M30-M15 Horizontal Line Indi

  • Post #1
  • Quote
  • First Post: Mar 26, 2015 10:30am Mar 26, 2015 10:30am
  •  pgpb
  • Joined Dec 2007 | Status: Member | 719 Posts
The attached indicator draws a short horizontal line at the high and low of H1



it would be nice to have one for M30 and M15

I opened the code on the mq4 indicator but I have no clue what I am doing

Can someone help

Thanks in advance

PGPB
Attached Image (click to enlarge)
Click to Enlarge

Name: Screenshot (66).png
Size: 148 KB
Attached File(s)
File Type: mq4 !H1 Hi Low Only.mq4   5 KB | 483 downloads
File Type: ex4 !H1 Hi Low Only.ex4   5 KB | 367 downloads
  • Post #2
  • Quote
  • Mar 26, 2015 4:04pm Mar 26, 2015 4:04pm
  •  cja
  • Joined Feb 2007 | Status: Member | 1,902 Posts
Quoting pgpb
Disliked
The attached indicator draws a short horizontal line at the high and low of H1 it would be nice to have one for M30 and M15 I opened the code on the mq4 indicator but I have no clue what I am doing Can someone help Thanks in advance PGPB {file} {file} {image}
Ignored
change this line " int Timeframe = PERIOD_H1; // change period for candle period preferred " at the top of the code to PERIOD_M30 or PERIOD_M15 then compile it.
Trade what you see not what you hope
 
 
  • Post #3
  • Quote
  • Mar 26, 2015 4:15pm Mar 26, 2015 4:15pm
  •  pgpb
  • Joined Dec 2007 | Status: Member | 719 Posts
Quoting cja
Disliked
{quote} change this line " int Timeframe = PERIOD_H1; // change period for candle period preferred " at the top of the code to PERIOD_M30 or PERIOD_M15 then compile it.
Ignored
That works, thank you!!

PGPB
 
 
  • Post #4
  • Quote
  • Apr 2, 2015 6:48pm Apr 2, 2015 6:48pm
  •  Mr.Ma
  • | Joined Aug 2014 | Status: Member | 438 Posts
here we go
Attached File(s)
File Type: mq4 !M15 Hi Low Only.mq4   5 KB | 373 downloads
File Type: ex4 !M15 Hi Low Only.ex4   10 KB | 333 downloads
 
 
  • Post #5
  • Quote
  • Apr 3, 2015 3:24am Apr 3, 2015 3:24am
  •  BillYon
  • Joined Feb 2015 | Status: Member | 924 Posts
Can you do a midpoint line between hi and low for single candle analysis?

As shown from this post


Much appreciated!!!
Attached Image (click to enlarge)
Click to Enlarge

Name: Screen Shot 2015-02-10 at 6.23.58 PM.png
Size: 154 KB
Solutions ONLY!!!
 
 
  • Post #6
  • Quote
  • Apr 3, 2015 4:51am Apr 3, 2015 4:51am
  •  limprobable
  • Joined Jan 2012 | Status: Member | 556 Posts
Quoting BillYon
Disliked
Can you do a midpoint line between hi and low for single candle analysis? As shown from this post Much appreciated!!! {image}
Ignored
May i suggest more than a midpoint line: the color of the candle could depend not of the close, but depend of the midpoint. if close over the midpoint then grren candle, if close under the mid point, red...
Bottomless wonders spring from simple rules, which are repeated without end
 
 
  • Post #7
  • Quote
  • Apr 3, 2015 5:34am Apr 3, 2015 5:34am
  •  BillYon
  • Joined Feb 2015 | Status: Member | 924 Posts
Quoting limprobable
Disliked
{quote} May i suggest more than a midpoint line: the color of the candle could depend not of the close, but depend of the midpoint. if close over the midpoint then grren candle, if close under the mid point, red...
Ignored

Yes that would be great!
Solutions ONLY!!!
 
 
  • Post #8
  • Quote
  • May 16, 2015 6:14pm May 16, 2015 6:14pm
  •  Leigh
  • | Joined Feb 2005 | Status: Member | 98 Posts
Quoting BillYon
Disliked
Can you do a midpoint line between hi and low for single candle analysis? As shown from this post Much appreciated!!! {image}
Ignored
Try these......
Attached File(s)
File Type: ex4 W1_hi_low_middle.ex4   8 KB | 322 downloads
File Type: mq4 W1_hi_low_middle.mq4   4 KB | 361 downloads
File Type: ex4 D1_hi_low_middle.ex4   8 KB | 337 downloads
File Type: mq4 D1_hi_low_middle.mq4   4 KB | 367 downloads
File Type: ex4 H1_hi_low_middle.ex4   8 KB | 329 downloads
File Type: mq4 H1_hi_low_middle.mq4   4 KB | 367 downloads
File Type: ex4 H4_hi_low_middle.ex4   9 KB | 326 downloads
File Type: mq4 H4_hi_low_middle.mq4   4 KB | 370 downloads
Our IMAGINATION is the true holy grail!
 
 
  • Post #9
  • Quote
  • May 16, 2015 7:32pm May 16, 2015 7:32pm
  •  BillYon
  • Joined Feb 2015 | Status: Member | 924 Posts
Quoting Leigh
Disliked
{quote} Try these...... {file} {file} {file} {file} {file} {file} {file} {file}
Ignored

Thanks you very much
Solutions ONLY!!!
 
 
  • Post #10
  • Quote
  • Last Post: May 1, 2022 6:13pm May 1, 2022 6:13pm
  •  olaolu
  • | Joined Oct 2008 | Status: Junior Member | 1 Post
Quoting Mr.Ma
Disliked
here we go {file} {file}
Ignored
what about M30 high-low middle indicator
 
 
  • Platform Tech
  • /
  • M30-M15 Horizontal Line Indi
  • Reply to Thread
0 traders viewing now
Top of Page
  • Facebook
  • Twitter
About FF
  • Mission
  • Products
  • User Guide
  • Media Kit
  • Blog
  • Contact
FF Products
  • Forums
  • Trades
  • Calendar
  • News
  • Market
  • Brokers
  • Trade Explorer
FF Website
  • Homepage
  • Search
  • Members
  • Report a Bug
Follow FF
  • Facebook
  • Twitter

FF Sister Sites:

  • Metals Mine
  • Energy EXCH
  • Crypto Craft

Forex Factory® is a brand of Fair Economy, Inc.

Terms of Service / ©2023