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

Options

Bookmark Thread

First Page First Unread Last Page Last Post

Printable Version

Similar Threads

EA trading based on Candle - need help to get it simpler 1 reply

Trading: As simple as possible, but no simpler - by a real Cityboy 92 replies

A simpler way? (limiting trading times) 2 replies

Is there any trading method that is more simpler than this ? 8 replies

  • Trading Discussion
  • /
  • Reply to Thread
  • Subscribe
  • 132
Attachments: LazyHashi: TMMS - Trading Made More Simpler
Exit Attachments

LazyHashi: TMMS - Trading Made More Simpler

  • Last Post
  •  
  • 1 1011121314 Page 15
  • 1 121314 Page 15
  •  
  • Post #281
  • Quote
  • Aug 28, 2020 10:28am Aug 28, 2020 10:28am
  •  Marcusv007
  • Joined Aug 2018 | Status: Member | 311 Posts
Quoting SwingMan
Disliked
{quote} Have you checked/used version 7.3.1? https://www.forexfactory.com/thread/...7#post12973467
Ignored
Great, Thanks SwingMan ....sorted!
The more you learn, the more you see
  • Post #282
  • Quote
  • Oct 4, 2020 8:33am Oct 4, 2020 8:33am
  •  SwingMan
  • Joined Aug 2007 | Status: Member | 2,228 Posts | Invisible
My last version for the OrderPanel in #Post 75 (https://www.forexfactory.com/thread/...7#post12434847)
Attached File
File Type: ex4 smTMMS RR-OrderPanel EA_v1.2.ex4   64 KB | 173 downloads
4
  • Post #283
  • Quote
  • Oct 13, 2020 7:25am Oct 13, 2020 7:25am
  •  mistdraw28
  • | Joined Oct 2020 | Status: Junior Member | 1 Post
Quoting SwingMan
Disliked
Thanks a lot for the daily posts of @RobinHood in "Trading Made Simple(r)" https://www.forexfactory.com/showthread.php?t=917569 and @TheSpoof in "Spoof's Trading Made Simple(r) Journal" https://www.forexfactory.com/showthread.php?t=935347 Here is my small contribution to help in trading beginners, lazy traders and old men ... {image} Indicators: - Heikin Ashi Charts possible drawing without wicks. (Entry circles according to the rules of @RobinHood. HMA slope as filter, sending Alerts). - MTF moving average for median prices....
Ignored
can you show me how to install it? I cannot install smTMMS-RobinHood DB_v filecan you show me how to install it? I cannot install smTMMS-RobinHood DB_v file
  • Post #284
  • Quote
  • Edited at 3:53am Oct 17, 2020 3:36am | Edited at 3:53am
  •  kyawswarlin
  • | Joined Apr 2019 | Status: Junior Member | 3 Posts
Quoting SwingMan
Disliked
My last version for the OrderPanel in #Post 75 (https://www.forexfactory.com/thread/...7#post12434847) {file}
Ignored
I need your help swingman because I cannot post new thread in forum.
I make a EA that open sell orders when Stodiv indicator red arrow show under 200LWMA and 64SMA .
And also buy orders when blue arrow over 200LWMA and 64SMA.

Inserted Code
double redstodiv = iCustom(NULL,0,"Stodiv",0,0);
        double blustodiv = iCustom(NULL,0,"Stodiv",1,0);
        
      
       double FastMovingAverage =     iMA(NULL ,0 ,64,0,MODE_SMA,PRICE_CLOSE,0);//20
      
       double LastFastMovingAverage = iMA(NULL ,0 ,64,0,MODE_SMA,PRICE_CLOSE,1);
      
       double SlowMovingAverage =     iMA(NULL ,0 ,200,0,MODE_LWMA,PRICE_CLOSE,0);//20
      
       double LastSlowMovingAverage = iMA(NULL ,0 ,200,0,MODE_LWMA,PRICE_CLOSE,1);
 
   if(blustodiv >SlowMovingAverage&&blustodiv!=EMPTY_VALUE)
 
    send buy-----
 
  if(redstodiv<SlowMovingAverage&&redstodiv!=EMPTY_VALUE)
  
 send sell----

but not work and orders open random as show in photo.

what wrong in calling this function.
can you help me.
I think you an expert in MQL4.
Attached Image (click to enlarge)
Click to Enlarge

Name: Screenshot_14.png
Size: 14 KB
  • Post #285
  • Quote
  • Oct 28, 2020 1:43pm Oct 28, 2020 1:43pm
  •  florent522
  • | Joined Mar 2020 | Status: Member | 22 Posts
Quoting SwingMan
Disliked
Thanks a lot for the daily posts of @RobinHood in "Trading Made Simple(r)" https://www.forexfactory.com/showthread.php?t=917569 and @TheSpoof in "Spoof's Trading Made Simple(r) Journal" https://www.forexfactory.com/showthread.php?t=935347 Here is my small contribution to help in trading beginners, lazy traders and old men ... {image} Indicators: - Heikin Ashi Charts possible drawing without wicks. (Entry circles according to the rules of @RobinHood. HMA slope as filter, sending Alerts). - MTF moving average for median prices....
Ignored
Hi,

I try to use your dashboard but i have this error :

2020.10.28 18:41:05.672 smTMMS-RobinHood DB_v1.1 EURCAD.r,H1: array out of range in 'smTMMS-RobinHood DB_v1.1.mq4' (341,11)

I use MT4, it's correct?
  • Post #286
  • Quote
  • Oct 28, 2020 3:53pm Oct 28, 2020 3:53pm
  •  SwingMan
  • Joined Aug 2007 | Status: Member | 2,228 Posts | Invisible
Quoting florent522
Disliked
...Hi, I try to use your dashboard but i have this error : 2020.10.28 18:41:05.672 smTMMS-RobinHood DB_v1.1 EURCAD.r,H1: array out of range in 'smTMMS-RobinHood DB_v1.1.mq4' (341,11) I use MT4, it's correct?
Ignored
Try to use the other versions, e.g. 2.2
  • Post #287
  • Quote
  • Oct 28, 2020 4:26pm Oct 28, 2020 4:26pm
  •  florent522
  • | Joined Mar 2020 | Status: Member | 22 Posts
Quoting SwingMan
Disliked
{quote} Try to use the other versions, e.g. 2.2
Ignored
thanks it's working now
  • Post #288
  • Quote
  • Oct 28, 2020 4:56pm Oct 28, 2020 4:56pm
  •  florent522
  • | Joined Mar 2020 | Status: Member | 22 Posts
The first arrow is the Haken ?

Because on dashboard on D1, AUDUSD is blue and on chart is red?

Attached Image

Attached Image (click to enlarge)
Click to Enlarge

Name: 565abbacff71bd0c2ea8db787352524d.png
Size: 88 KB
  • Post #289
  • Quote
  • Edited Oct 29, 2020 7:14am Oct 28, 2020 7:18pm | Edited Oct 29, 2020 7:14am
  •  SwingMan
  • Joined Aug 2007 | Status: Member | 2,228 Posts | Invisible
Quoting florent522
Disliked
The first arrow is the Haken ? Because on dashboard on D1, AUDUSD is blue and on chart is red?
Ignored
Maybe there is a new day in the chart and one does not look right?

I've long since forgotten what was programmed, but you could have found an explanation somewhere, e.g. here
https://www.forexfactory.com/thread/...5#post12409785

Maybe you wanted to write "Heikin" instead of "Haken".
Again and again I am amazed that so many people use the Heikin-Ashi charts and don't bother to choose the correct name, and even in Metatrader the indicator name is misspelled "Heiken" (one find the original article from 2004 in #Post 1).
That annoys me again and again because I know the author Dan Valcu personally...
1
  • Post #290
  • Quote
  • Nov 4, 2020 10:25am Nov 4, 2020 10:25am
  •  limprobable
  • Joined Jan 2012 | Status: Member | 530 Posts
Hello SwingMan,

Thanks for your great indicators and for share with us.

Is it possible to have smTMMS Oscillator_v5.0.mq4 in multi time frame?

green pips,
Bottomless wonders spring from simple rules, which are repeated without end
  • Post #291
  • Quote
  • Nov 13, 2020 11:49am Nov 13, 2020 11:49am
  •  mikep1
  • | Joined May 2020 | Status: Member | 17 Posts
Hi

Please see if can fix issue in "smTMMS Oscillator-MT5_v2.0.mq5" so it can be used in EA as custom indicator.

If try to use this MT5 custom indicator in EA then EA gives error ... Can not load the indicator "smTMMS Oscillator-MT5_v2.0.mq5"

( Also copied mql4_2_mql5.mqh in include folder but did not help. )

Very useful indicator "smTMMS Oscillator-MT5_v2.0.mq5"

Thanks
  • Post #292
  • Quote
  • Nov 14, 2020 3:23pm Nov 14, 2020 3:23pm
  •  hasib
  • Joined Jan 2013 | Status: Mr. Chartist | 1,492 Posts
Hi Mr. SwingMan I hope your doing well.
I am quite loving your SMtmms indicator. I have questions, What does it mean by a white line.
Attached Image (click to enlarge)
Click to Enlarge

Name: Screenshot_1.png
Size: 50 KB
Commitment & proper education will make you profitable
  • Post #293
  • Quote
  • Nov 14, 2020 7:07pm Nov 14, 2020 7:07pm
  •  SwingMan
  • Joined Aug 2007 | Status: Member | 2,228 Posts | Invisible
Quoting hasib
Disliked
...What does it mean by a white line.
Ignored
Somewhere @RH suggested this color and with in the histogram.
Probably when Hashi or Hull are not identical with the oscillator trend, but please test it.
1
  • Post #294
  • Quote
  • Nov 16, 2020 1:10pm Nov 16, 2020 1:10pm
  •  hasib
  • Joined Jan 2013 | Status: Mr. Chartist | 1,492 Posts
Hi SwingMan and other experts

Can anyone add small options where the vertical line will be shown when SMtmms cross 0 like this. Please see the picture. It may take a small time to do it but It will be a great help. Very good indicator Mr.swing man's SMTMMS I love it.
Attached Image (click to enlarge)
Click to Enlarge

Name: Screenshot_3.png
Size: 62 KB
Commitment & proper education will make you profitable
  • Post #295
  • Quote
  • Nov 16, 2020 6:06pm Nov 16, 2020 6:06pm
  •  SwingMan
  • Joined Aug 2007 | Status: Member | 2,228 Posts | Invisible
Quoting hasib
Disliked
...Can anyone add small options where the vertical line will be shown when SMtmms cross 0 like this. ...
Ignored
I believe that you are the only one who uses this indicator, only I haven't seen any evaluations or trades from you.
Vertical lines for cross from the purple and yellow line suggested @RH and i drew them when there was still interest in the indicator, now i don't invest any more time for programming. Maybe later.
Attached Image (click to enlarge)
Click to Enlarge

Name: AUDCADH1.png
Size: 37 KB
Attached Image
2
  • Post #296
  • Quote
  • Dec 8, 2020 9:27pm Dec 8, 2020 9:27pm
  •  cgninvesting
  • | Joined Mar 2020 | Status: Member | 49 Posts
Quoting SwingMan
Disliked
{quote} I believe that you are the only one who uses this indicator, only I haven't seen any evaluations or trades from you. Vertical lines for cross from the purple and yellow line suggested @RH and i drew them when there was still interest in the indicator, now i don't invest any more time for programming. Maybe later. {image} {image}
Ignored
Excellent tools SwingMan! Many thanks, I´m wondering if would be possible to make an EA of the swTMMS v7.3.1. If you were able to just choose long or short once you identify the main trend I think it might work great.

Best,
CGN
  • Post #297
  • Quote
  • Last Post: Jan 13, 2021 10:25pm Jan 13, 2021 10:25pm
  •  Chintzki
  • | New Member | Status: Junior Member | 1 Post
Quoting SwingMan
Disliked
TMMS Risk-Reward Calculator version 1.1 For me and other lazy traders I have programmed a small tool to calculate without effort the lots and levels. Thanks to @TheSpoof because in his thread I've seen that he uses a much better tool, and I'm trying to have something similar... Who has time to test the indicator and to make suggestions, would be good for me to set up the next versions. {image} {file}
Ignored
Good day,

I have found both your order calculator and your order panel EA and they are almost exactly what I have been looking for! I am wondering if you are still active and still open to suggestions for alterations.

If not, maybe you would be willing to release the source file so that it may be modified/improved?

Either way your tools are very useful. Thank you for creating and sharing them with us.
  • Trading Discussion
  • /
  • LazyHashi: TMMS - Trading Made More Simpler
  • Reply to Thread
    • 1 1011121314 Page 15
    • 1 121314 Page 15
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 / ©2021