| Coding Forum Collaborate, receive help, or discuss coding related issues. |
![]() | | Tweet | |
| | #9 | ||
![]() | Re: Easylanguage Help | ||
| |
|
| | #10 | ||
![]() | Re: Easylanguage Help hth | ||
| |
|
| | #11 | ||
![]() | Re: Easylanguage Help Quote:
__________________ Precise, "dialed-in", targeted combination setups, like opening a combination lock; is the experience you should be having while trading. Dial left, right, left, . . . click - the lock opens. | ||
| |
|
| | #12 | ||
![]() | Re: Easylanguage Help Quote:
including mixing time-based resolution, sub-minute resolutions, and non-time-based resolutions.
__________________ Only an idiot would reply to a stupid post | ||
| |
|
| The Following User Says Thank You to Tams For This Useful Post: | ||
Tradewinds (08-17-2011) | ||
| | #13 | ||
![]() | Re: Easylanguage Help Quote:
It looks like the code will even continue to run if the internet connection is lost. Not that it will help you, if you need data from the internet. This was one of the example codes given: Code: {
This example uses a Timer component to execute a handler method every 1 second.
The following items were created or modified:
Component tray: Timer1 dragged into document from the Toolbox
Properties editor: Interval property set to 1000 milliseconds (1 second)
Properites editor: Enable property set to True to start the timer when it is applied to a chart or RadarScreen.
Properties editor: Update event assigned to the EasyLanguage method below.
NOTE: AutoReset defaults to True indicating that the countdown automatically repeats after each timeup event.
}
method void Timer1_Elapsed( elsystem.Object sender, elsystem.TimerElapsedEventArgs args )
{The Elapsed event handler is called when the timer counts down to zero}
begin
{ plots the current time as a string }
Plot1(rightstr(elsystem.datetime.CurrentTime.tostring(),11),"Time");
end;
__________________ Precise, "dialed-in", targeted combination setups, like opening a combination lock; is the experience you should be having while trading. Dial left, right, left, . . . click - the lock opens. | ||
| |
|
![]() |
| Thread Tools | |
| Display Modes | Help Others By Rating This Thread |
| |
| ∧ Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Antonio: Please help me on MP for easylanguage | nasdaq5048 | Market Profile | 13 | 09-23-2010 09:50 AM |
| Easylanguage at What Price | trader273 | Coding Forum | 1 | 05-22-2010 11:23 PM |
| Median in Easylanguage | trader273 | Coding Forum | 9 | 04-06-2010 01:43 PM |
| Looking For Coder That Knows MQL & EasyLanguage | CafeTrader | Coding Forum | 3 | 03-18-2009 07:05 PM |
| Some EasyLanguage Help Please | jjthetrader | Coding Forum | 8 | 06-02-2008 04:20 PM |